'Declaration Public Overloads Shared Function GetThumbnail( _
ByVal decoderDecoder.As Vintasoft.Imaging.Codecs.Decoders.DecoderBase, _
ByVal pageIndexThe zero based page index.As System.Int32, _
ByVal decodingSettingsDecoding settings used for decode the thumbnail of page.As System.Drawing.Size, _
ByVal sizeSize of the thumbnail.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal renderingSettingsRendering settings used for render the thumbnail of page.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal thumbnailLoadingProgressDelegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public static Vintasoft.Imaging.VintasoftImage GetThumbnail(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase decoder,
System.Int32 pageIndex,
System.Drawing.Size decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings size,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> thumbnailLoadingProgress
)
public: static Vintasoft.Imaging.VintasoftImage* GetThumbnail(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase* decoder,
System.Int32 pageIndex,
System.Drawing.Size* decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* size,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* renderingSettings,
System.EventHandler<ProgressEventArgs*>* thumbnailLoadingProgress
)
public:
static Vintasoft.Imaging.VintasoftImage^ GetThumbnail(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase^ decoder,
System.Int32 pageIndex,
System.Drawing.Size^ decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ size,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ renderingSettings,
System.EventHandler<ProgressEventArgs^>^ thumbnailLoadingProgress
)
Parameters
- decoder
- Decoder.
- pageIndex
- The zero based page index.
- decodingSettings
- Decoding settings used for decode the thumbnail of page.
- size
- Size of the thumbnail.
- renderingSettings
- Rendering settings used for render the thumbnail of page.
- thumbnailLoadingProgress
- Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
Thumbnail image.